home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d16 / winqwk13.arc / UC3SCR.TXT < prev    next >
Text File  |  1991-10-28  |  3KB  |  78 lines

  1.  
  2.  
  3. From Packet: HOPPER
  4. Message # 24180                                  Area :  19  MSWindow
  5. From : Nill Toulme                               10-18-91  11:02
  6. To   : Steve Perry              
  7. Subj : UNICOM 3.0 , Help?       
  8. ------------------------------------------------------------------------------
  9. SP>1. When I download from my local BBS, Qmail4 Door, the new packet 
  10. SP>overwrites the old. I have attempted to configure the Zmodem setup to 
  11. SP>protect the old file but the program reverts to its original setting.
  12.  
  13. This is a bug which has not been fixed as of 3.0a (don't know about b, 
  14. but I think not there either).  Only fix for now is to rename the old 
  15. packet before dl'ing the new.  I'm pretty sure this has been reported to 
  16. David.
  17.  
  18. SP>2. I have written a script (see below) that signs on, downloads and th
  19. SP>hangs. I want it to continue after download; to upload my repli (if an
  20. SP>exist on my hard drive) and then hang-up and close Unicom.
  21.  
  22. Does your script just end there?  You need another waitfor and 
  23. continue.  Here's the ul/dl portion of my script, which I think I cadged 
  24. from Brian Gay:
  25.  
  26. Waitfor "Qmail Command?" 
  27. FindFile "c:\comm\dl\FLAGEX.REP"
  28. If Found
  29.    send "U^M"
  30.    waitfor "000"
  31.    SendFile "Zmodem" "c:\comm\dl\FLAGEX.REP"
  32.    Waitfor "transfer was successful",180
  33.    If Waitfor
  34.      filedelete("c:\comm\dl\FLAGEX.REP")
  35.    Endif
  36.    Waitfor "Command"
  37. Endif
  38. Send "D^M"
  39. Waitfor "these messages",120
  40. Send "Y^M"
  41. Waitfor "000",120
  42. GetFile "ZMODEM"
  43. Waitfor "Qmail Command?"
  44. Send "G^M"
  45. Exit
  46.  
  47. SP>3. If I have Unicom running and my telephone rings (voice), my compute
  48. SP>locks up. Is there some setting I can change to eliminate this problem
  49. SP>Also if I am in the middle of a download and one of my children picks 
  50. SP>an extension, I lose the ability to communicate to the remote board an
  51. SP>am forced to re-boot.
  52.  
  53. The first part sounds like you have call-waiting.  You should disable 
  54. this anytime you go online.  On most phone systems you do with with *70 
  55. or 1170... i.e., make your dialing string ATDT*70,###-####.  The only 
  56. answer I know to the second one is either to lock up your children or 
  57. get a dedicated line.
  58.  
  59. SP>4. I have an Everex 2496 fax modem which has MNP 5 error correction. H
  60. SP>can I configure Unicom to utilize this feature? I had it working under
  61. SP>the last version but can't get it working with 3.0
  62.  
  63. You have to do this using the "User Entered" init string in the 
  64. Config/Modem menu.  Your modem manual will give you the commands you 
  65. need.  Be sure and lock the port at something higher than 2400, e.g.,
  66. AT$SB9600$BA0.  Also, don't use MNP5 but rather MNP4 for transferring 
  67. packed files... the MNP5 data compression is then redundant and actually 
  68. slows things down a tad.  My modem defaults to compression off; yours 
  69. may or may not, but there'll be a command to change it.
  70.  
  71. ---
  72.  ■ WinQwk 1.31ß #131 ■ We're not out of the woodwork yet...
  73.  ■ QNet3ß ■ ILink: Flagship Express BBS ■ Atlanta, GA ■ (404) 934-4515
  74.                             
  75.  
  76. ******************************************************************************
  77.  
  78.